home *** CD-ROM | disk | FTP | other *** search
/ Cinema Studio: Frank Herrmann / Cinema Studio - Frank Herrmann.iso / tools / dust / dusthelp / prefs < prev    next >
Text File  |  1995-06-16  |  4KB  |  77 lines

  1.                            Prefs
  2. -----------------------------------------------------------------
  3.   There are some program-parameters you can modify using
  4.   the SET-command. They are:
  5.  
  6.  Program-Prefs
  7.  
  8.    SFORMAT              - global save-format for ALL object-saving commands
  9.    ALIGNP               - align particles along the face-normals of the
  10.                           structure-object
  11.    BACKFACES            - create backfaces writing Videoscape-objects
  12.                           (default: FALSE !)
  13.    OPTEDGES             - optimize edges while loading Lightwave-/VS-objects,
  14.                           makes loading slow
  15.    LOG                  - write all text-output in a log-file
  16.    LOGFILE              - file-name of the log-file
  17.    QUIET                - supress all text-output (log-file-writing isn't
  18.                           affected
  19.    COMPLETE             - do command- and parameter-completion
  20.    ACTVAL               - loop-counter for string-formatting outside of loops
  21.    SAVESPHEREP          - create additional particle-files while saving
  22.                           sphere-objects
  23.    EXFILE               - output-file for the particle-info-commands
  24.                           (programmer-interface)
  25.    EXFORMAT             - output format (float (default) or long (for GCC)
  26.    RANDOM               - global random-seed (you get the same objects at
  27.                           the same seed)
  28.    CHECKMOUSE(boolean)  - check mouse to abort drawing
  29.    WARNINGS(boolean)    - warn before killing objects (default: false)
  30.  
  31.    HELPDIR              - directory containing all help-files
  32.                           (default: "DustHelp")
  33.    HELPDIR2             - directory containing external help-files, searched
  34.                           before HELPDIR
  35.    PAGER                - pager to view help-files, if set to "" no pager
  36.                           is used
  37.                           (best choice: "most")
  38.  
  39.  Window-Prefs:
  40.  
  41.    ASPECT(real)         - window-aspect (default: 0.7 (Euro72 on my monitor))
  42.    KEEPASPECT(boolean)  - keep aspect  after window-sizing (default: false)
  43.    KEEPSCALE            - keep initial scale
  44.    LEFT(integer)        - window-leftedge
  45.    TOP(integer)         - window-topedge
  46.    WIDTH(integer)       - window-width
  47.    OUTLINED             - draw outlined faces
  48.    ROTX(real)           - x-rotation Angle in degrees
  49.    ROTZ(real)           - z-rotation Angle in degrees
  50.    ZOOM(real)           - zoom-factor
  51.    DRAWMODE(drawmode)   - drawmode
  52.    WINDOWSTACK(longint) - stack-size of draw-tasks (default: 12000)
  53.    WINDOWPRI(-3..3)     - priority of draw-tasks (default: 0)
  54.  
  55.    BREAKWIN(boolean)    - suppress break-requester opened by the most
  56.                           commands
  57.    BWLEFT               - x-coordinate of the command-break-window
  58.    BWTOP                - y-coordinate of the command-break-window
  59.  
  60.    SCREEN(boolean)      - open the preview-window on a custom-screen
  61.    SCREENWIDTH          - Minimum 160
  62.    SCREENHEIGHT         - Minimum 128
  63.    SCREENDEPTH          - 4..8
  64.    SCREENID(longint)    - decimal ! (e.g. 430116 for Euro72:Multiscan)
  65.  
  66.    LWCMD1,LWCMD2,LWCMD3 - special Lightwave-commands called at every frame,
  67.                           format-commanfs ('$' and '%') are allowed
  68.                           Example: "saveimages hd1:pic%" will Lightwave cause
  69.                           to create the Images in the format "pic.0001", ...
  70.                           (this is the default)
  71.  
  72.   You can load and save this settings using the commands LOADCONFIG and
  73.   SAVECONFIG. The default config-file is named "s:.dustrc" and will be
  74.   executed at program-start.
  75.  
  76.   To get more information about parameters type "?parameters".
  77.